Vcenter Authorization Roles UpdateSpec

Vcenter Authorization Roles UpdateSpec
Vcenter Authorization Roles UpdateSpec

The Vcenter Authorization Roles UpdateSpec schema contains detailed information about the update of a specific role.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "description": "string",
    "privileges": [
        "string"
    ]
}
string
name
Optional

The name of the role.

This property was added in vSphere API 9.0.0.0.

If missing or null, the value is unchanged.

string
description
Optional

A brief summary what this role is dedicated for.

This property was added in vSphere API 9.0.0.0.

If missing or null, the value is unchanged.

array of string
privileges
Optional

The set of Vcenter Authorization Privileges which are part of this role.

This property was added in vSphere API 9.0.0.0.

If missing or null, the value is unchanged.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.authorization.Privilege. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.authorization.Privilege.